home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Harvest C 1.3 / Source Code / limitations.h < prev    next >
Encoding:
Text File  |  1992-01-02  |  383 b   |  13 lines  |  [TEXT/ALFA]

  1. /*
  2.  * Harvest C
  3.  * 
  4.  * (c) 1991 Eric W. Sink   All rights reserved.
  5.  * 
  6.  * This file contains constant definitions for all the hard-coded limitations of
  7.  * Harvest C.  For example, the coding of MAXIDLENGTH as 1024 indicates that
  8.  * no identifer may be longer than 1024 characters. Some limitations are used
  9.  * in more than one context.  This should probably be changed.
  10.  * 
  11.  * 
  12.  */
  13.